home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
pc
/
dos
/
networks
/
tpapi
/
nwconn.doc
< prev
next >
Wrap
Text File
|
1992-02-10
|
3KB
|
66 lines
CONNECTION SERVICES
===================
AttachToFileServer (ServerName : ObjectNameType;
VAR ConnectionID : WORD) : WORD;
Creates an attachment between a workstation and a specified file server.
--------------------------------------------------------------------------------
DetachFromFileServer (ConnectionID : WORD) : WORD;
Logs out the bindery object and detaches the requesting workstation from the
specified file server.
--------------------------------------------------------------------------------
EnterLoginArea (LoginSubdirectoryName : PathNameType;
NumberOfLocalDrives : WORD) : WORD;
Changes the login directory of the requesting workstation.
--------------------------------------------------------------------------------
GetConnectionInformation (ConnectionNumber : WORD;
VAR ObjectName : ObjectNameType;
VAR ObjectType : OT_BinderyType;
VAR ObjectID : OT_BinderyID;
VAR LoginTime : Byte7ArrayType) : WORD;
Returns information about the object logged in to a specified connection.
--------------------------------------------------------------------------------
GetConnectionNumber : WORD;
Returns the connection number that the requesting workstation uses to
communicate with the default file server.
--------------------------------------------------------------------------------
GetInternetAddress (ConnectionNumber : WORD; VAR NetworkNumber : Byte4ArrayType;
VAR PhysicalNodeAddress : Byte6ArrayType;
VAR SocketNumber : WORD) : WORD;
Returns a connection's internetwork address.
--------------------------------------------------------------------------------
GetObjectConnectionNumbers (ObjectName : ObjectNameType;
ObjectType : OT_BinderyType;
VAR NumberOfConnections : WORD;
VAR ConnectionList : ConnectionListType;
MaxConnections : WORD) : WORD;
Returns a list of connection numbers that indicate how many times and under
what connection numbers a bindery object is logged in to the default file
server.
--------------------------------------------------------------------------------
GetStationAddress (VAR PhysicalNodeAddress : Byte6ArrayType);
Returns the physical node address of the requesting workstation.
--------------------------------------------------------------------------------
LoginToFileServer (ObjectName : ObjectNameType; ObjectType : OT_BinderyType;
ObjectPassword : PasswordType; ConnectionID : WORD) : WORD;
Logs a bindery object in to the default file server.
--------------------------------------------------------------------------------
Logout
Issues a network logout request to all connected file servers.
--------------------------------------------------------------------------------
LogoutFromFileServer (ConnectionID : WORD);
Logs out the object but does not detach the workstation from the file server.
--------------------------------------------------------------------------------